home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povmnf.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_309_difference.txt
< prev
next >
Wrap
Text File
|
1994-02-09
|
227b
|
8 lines
// CSG difference, subtract intersections of shapes 2…N from Shape1
difference
{
Shape1 {…} // Start with this shape
Shape2 {…} // This will be "cut out" of Shape1
ShapeN {…} // This will be "cut out" of Shape1
}